PDFDocument.UseExceptions Property (console safe)
Set to true right after creating instance of the PDFDocument to enable exceptions.
UseExceptions as Boolean {Read and Write}
Remarks
For now exception is only thrown if the UseExceptions property on the PDFDocument class has beset to true. Later this property will default to true and the property will bee removed. So you should update your projects to account for proper exception handling.
See Also
PDFDocument Class